projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c428b
)
Make Adwaita-dark available as a theme
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 15 Jan 2021 03:41:43 +0000
(22:41 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 15 Jan 2021 03:42:50 +0000
(22:42 -0500)
This makes Adwaita-dark available as a standalone
theme.
gtk/gen-gtk-gresources-xml.py
patch
|
blob
|
history
diff --git
a/gtk/gen-gtk-gresources-xml.py
b/gtk/gen-gtk-gresources-xml.py
index 98ae168c475bfcdb85556611855f5d757c1d8574..a17f09ee0a74198d40056034c4595d079aa2ba4e 100644
(file)
--- a/
gtk/gen-gtk-gresources-xml.py
+++ b/
gtk/gen-gtk-gresources-xml.py
@@
-34,6
+34,7
@@
xml += '''
<file>theme/Empty/gtk.css</file>
<file>theme/Adwaita/gtk.css</file>
<file>theme/Adwaita/gtk-dark.css</file>
+ <file alias='theme/Adwaita-dark/gtk.css'>theme/Adwaita/gtk-dark.css</file>
<file>theme/Adwaita/Adwaita.css</file>
<file>theme/Adwaita/Adwaita-dark.css</file>
'''